home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-15 | 973 b | 59 lines | [TEXT/MPS ] |
- #include "types.r"
-
- data 'DLOG' (128) {
- $"0022 0016 00ED 0108 0001 0100 0100 0000" /* .".............. */
- $"0000 0080 00" /* ...Ä. */
- };
-
- resource 'DITL' (128) {
- { /* array DITLarray: 3 elements */
- /* [1] */
- {170, 170, 190, 228},
- Button {
- enabled,
- "OK"
- },
- /* [2] */
- {170, 90, 190, 148},
- Button {
- enabled,
- "Cancel"
- },
- /* [3] */
- {10, 10, 156, 202},
- UserItem {
- disabled
- }
- }
- };
-
- resource 'STR#' (128) {
- { /* array StringArray: 12 elements */
- /* [1] */
- "A string",
- /* [2] */
- "A different string",
- /* [3] */
- "A stringhere",
- /* [4] */
- "A string there",
- /* [5] */
- "A string everywhere",
- /* [6] */
- "A string without hope",
- /* [7] */
- "A string with a tail",
- /* [8] */
- "A string with a goat",
- /* [9] */
- "A string indeed ",
- /* [10] */
- "A string indeed agaun ",
- /* [11] */
- "A string indeed still again",
- /* [12] */
- "A string indeed mode"
- }
- };
-
-